Thinking about open-sourcing quiz project [closed]

Posted by user72727 on Programmers See other posts from Programmers or by user72727
Published on 2012-11-15T14:16:42Z Indexed on 2012/11/15 17:22 UTC
Read the original article Hit count: 183

Filed under:

I was thinking about starting an open source project. I have a few projects that might work ok as an open project but thought I might dip my toe into the water with a simple quiz project. The idea is you can add questions to a quiz, arrange questions by topic, difficulty or location. Users would hopefully get an interesting quiz, tuned to their ability. At the end they'd get a score and hopefully they might provide either some feedback on the questions or even supply a few questions of their own.

I couldn't see a similar project (fame's last words). I have a basic version of the project that gives the user a bunch of questions to answer in 10 minutes. It doesn't currently group the questions into topics, and no feedback is taken. I've also been told the graphical questions don't work on Ipads for some reason.

Would this be a suitable project to go open source?

I did find various quiz's out there but all seemed rather narrowly focused. I really wanted something that could cover any type of question on any type of subject.

I prefer to keep the questions in MySQL but I could see how this might make it more difficult for others to get on board - should I move to data files? How do I proceed?

http://www.checkmypages.com/numbers

© Programmers or respective owner

Related posts about open-source